Skip to content
This repository was archived by the owner on Jun 4, 2026. It is now read-only.

build(deps): bump cdk.version from 1.102.0 to 1.117.0#175

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/cdk.version-1.117.0
Closed

build(deps): bump cdk.version from 1.102.0 to 1.117.0#175
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/cdk.version-1.117.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Aug 5, 2021

Bumps cdk.version from 1.102.0 to 1.117.0.
Updates core from 1.102.0 to 1.117.0

Release notes

Sourced from core's releases.

v1.117.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • assertions: Template.fromTemplate() is now renamed to Template.fromJSON() to provide clarity.
  • assertions: TemplateAssertions is now renamed to Template.

Features

  • aws-cloudfront: add enabled to web distribution (#15433) (7ad9348)
  • aws-ec2: Add SubnetFilter for Id and CIDR netmask (#15373) (407b02d), closes #15228
  • aws-kinesisfirehose: support for S3 destination encryption on DeliveryStream (#15558) (3888773), closes #15555
  • cfnspec: cloudformation spec v39.8.0 (#15885) (60e6b41)
  • cloudfront: Origin Shield support (#15453) (08ebbae), closes #12872
  • cloudfront: use TLS_V1_2_2021 SecurityPolicy as default version (under feature flag) (#15477) (7b64abf)
  • ec2: Add Transcribe interface endpoint (#15465) (929d6ae)
  • eks: support Kubernetes 1.21 (#15774) (83dd318), closes #15758
  • kinesisfirehose: add metrics functions to IDeliveryStream (#15618) (33909ed), closes #15543
  • kinesisfirehose: add support for backing up source records to S3 (#15725) (b86062f), closes #15724
  • kinesisfirehose: add support for BufferingHints (#15557) (099b584), closes #15554
  • kinesisfirehose: add support for Lambda data processors (#15704) (6244a81), closes #15703
  • kinesisfirehose: add support for server-side encryption on DeliveryStream (#15547) (74f3cda), closes #15546
  • kinesisfirehose: supports Kinesis data stream source for delivery stream (#15836) (afd5bf7), closes #15500 #10783
  • kinesisfirehose-destinations: add support for compression on S3 delivery stream destinations (#15550) (1eb56a0), closes #15548
  • kinesisfirehose-destinations: add support for prefixes in the S3 destination (#15552) (d227e48), closes #15551
  • lambda: cloudwatch lambda insights (#15439) (9efd800)
  • Route53: add support for RemovalPolicy in CrossAccountZoneDelegationRecord (#15782) (9eea4b8), closes #15211
  • s3-deployment: control object access (#15730) (f58cf3c)
  • servicecatalog: add CloudFormation Parameter constraint (#15770) (58fda91)
  • stepfunctions-tasks: add sns publish with message attributes (#14817) (bc99e82), closes #4702

Bug Fixes

  • assert: module is incompatible with jest@27 (#15666) (f446566)
  • appsync: graphqlapi throws incorrect error message for authorizationConfig (#15830) (1f23313), closes #15039
  • eks: Allow desiredsize minsize and maxsize to accept CfnParameters. (#15487) (fb43769)
  • chatbot: ARN validation in fromSlackChannelConfigurationArn fails for tokenized values (#15849) (440ca35), closes #15842
  • cli: move fail option into the diff command (#15829) (473c1d8)
  • ec2: volumename doesn't set name of volume (#15832) (b842702), closes #15831
  • elbv2: unresolved listener priority throws error (#15804) (fce9ac7)
  • pipelines: Prepare stage doesn't have AUTO_EXPAND capability (#15819) (a6fac49), closes #15711
  • s3: notifications are broken in some regions (#15884) (ee19196)
  • stepfunctions-tasks: Stage field not included in CallApiGatewayHttpApiEndpoint task definition (#15755) (4f38fe1), closes #14242

Miscellaneous Chores

  • assertions: migrate more modules to use assertions (#15857) (45b484c)

... (truncated)

Changelog

Sourced from core's changelog.

1.117.0 (2021-08-05)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • assertions: Template.fromTemplate() is now renamed to Template.fromJSON() to provide clarity.
  • assertions: TemplateAssertions is now renamed to Template.

Features

  • aws-cloudfront: add enabled to web distribution (#15433) (7ad9348)
  • aws-ec2: Add SubnetFilter for Id and CIDR netmask (#15373) (407b02d), closes #15228
  • aws-kinesisfirehose: support for S3 destination encryption on DeliveryStream (#15558) (3888773), closes #15555
  • cfnspec: cloudformation spec v39.8.0 (#15885) (60e6b41)
  • cloudfront: Origin Shield support (#15453) (08ebbae), closes #12872
  • cloudfront: use TLS_V1_2_2021 SecurityPolicy as default version (under feature flag) (#15477) (7b64abf)
  • ec2: Add Transcribe interface endpoint (#15465) (929d6ae)
  • eks: support Kubernetes 1.21 (#15774) (83dd318), closes #15758
  • kinesisfirehose: add metrics functions to IDeliveryStream (#15618) (33909ed), closes #15543
  • kinesisfirehose: add support for backing up source records to S3 (#15725) (b86062f), closes #15724
  • kinesisfirehose: add support for BufferingHints (#15557) (099b584), closes #15554
  • kinesisfirehose: add support for Lambda data processors (#15704) (6244a81), closes #15703
  • kinesisfirehose: add support for server-side encryption on DeliveryStream (#15547) (74f3cda), closes #15546
  • kinesisfirehose: supports Kinesis data stream source for delivery stream (#15836) (afd5bf7), closes #15500 #10783
  • kinesisfirehose-destinations: add support for compression on S3 delivery stream destinations (#15550) (1eb56a0), closes #15548
  • kinesisfirehose-destinations: add support for prefixes in the S3 destination (#15552) (d227e48), closes #15551
  • lambda: cloudwatch lambda insights (#15439) (9efd800)
  • Route53: add support for RemovalPolicy in CrossAccountZoneDelegationRecord (#15782) (9eea4b8), closes #15211
  • s3-deployment: control object access (#15730) (f58cf3c)
  • servicecatalog: add CloudFormation Parameter constraint (#15770) (58fda91)
  • stepfunctions-tasks: add sns publish with message attributes (#14817) (bc99e82), closes #4702

Bug Fixes

  • assert: module is incompatible with jest@27 (#15666) (f446566)
  • appsync: graphqlapi throws incorrect error message for authorizationConfig (#15830) (1f23313), closes #15039
  • eks: Allow desiredsize minsize and maxsize to accept CfnParameters. (#15487) (fb43769)
  • chatbot: ARN validation in fromSlackChannelConfigurationArn fails for tokenized values (#15849) (440ca35), closes #15842
  • cli: move fail option into the diff command (#15829) (473c1d8)
  • ec2: volumename doesn't set name of volume (#15832) (b842702), closes #15831
  • elbv2: unresolved listener priority throws error (#15804) (fce9ac7)
  • pipelines: Prepare stage doesn't have AUTO_EXPAND capability (#15819) (a6fac49), closes #15711
  • s3: notifications are broken in some regions (#15884) (ee19196)
  • stepfunctions-tasks: Stage field not included in CallApiGatewayHttpApiEndpoint task definition (#15755) (4f38fe1), closes #14242

Miscellaneous Chores

... (truncated)

Commits
  • 0047c98 Merge pull request #15900 from aws/bump/1.117.0
  • 275e6b6 Update CHANGELOG.md
  • de07ba2 Update CHANGELOG.md
  • 00b916a Update CHANGELOG.md
  • 90d5e03 Update CHANGELOG.md
  • a3b4911 chore(release): 1.117.0
  • de97179 chore(docs): update doc strings in DestinationS3BackupProps (#15896)
  • afd5bf7 feat(kinesisfirehose): supports Kinesis data stream source for delivery strea...
  • 6bd1ff8 chore(assert): set only lower bound of the jest dependency (#15887)
  • 60e6b41 feat(cfnspec): cloudformation spec v39.8.0 (#15885)
  • Additional commits viewable in compare view

Updates kms from 1.102.0 to 1.117.0

Release notes

Sourced from kms's releases.

v1.117.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • assertions: Template.fromTemplate() is now renamed to Template.fromJSON() to provide clarity.
  • assertions: TemplateAssertions is now renamed to Template.

Features

  • aws-cloudfront: add enabled to web distribution (#15433) (7ad9348)
  • aws-ec2: Add SubnetFilter for Id and CIDR netmask (#15373) (407b02d), closes #15228
  • aws-kinesisfirehose: support for S3 destination encryption on DeliveryStream (#15558) (3888773), closes #15555
  • cfnspec: cloudformation spec v39.8.0 (#15885) (60e6b41)
  • cloudfront: Origin Shield support (#15453) (08ebbae), closes #12872
  • cloudfront: use TLS_V1_2_2021 SecurityPolicy as default version (under feature flag) (#15477) (7b64abf)
  • ec2: Add Transcribe interface endpoint (#15465) (929d6ae)
  • eks: support Kubernetes 1.21 (#15774) (83dd318), closes #15758
  • kinesisfirehose: add metrics functions to IDeliveryStream (#15618) (33909ed), closes #15543
  • kinesisfirehose: add support for backing up source records to S3 (#15725) (b86062f), closes #15724
  • kinesisfirehose: add support for BufferingHints (#15557) (099b584), closes #15554
  • kinesisfirehose: add support for Lambda data processors (#15704) (6244a81), closes #15703
  • kinesisfirehose: add support for server-side encryption on DeliveryStream (#15547) (74f3cda), closes #15546
  • kinesisfirehose: supports Kinesis data stream source for delivery stream (#15836) (afd5bf7), closes #15500 #10783
  • kinesisfirehose-destinations: add support for compression on S3 delivery stream destinations (#15550) (1eb56a0), closes #15548
  • kinesisfirehose-destinations: add support for prefixes in the S3 destination (#15552) (d227e48), closes #15551
  • lambda: cloudwatch lambda insights (#15439) (9efd800)
  • Route53: add support for RemovalPolicy in CrossAccountZoneDelegationRecord (#15782) (9eea4b8), closes #15211
  • s3-deployment: control object access (#15730) (f58cf3c)
  • servicecatalog: add CloudFormation Parameter constraint (#15770) (58fda91)
  • stepfunctions-tasks: add sns publish with message attributes (#14817) (bc99e82), closes #4702

Bug Fixes

  • assert: module is incompatible with jest@27 (#15666) (f446566)
  • appsync: graphqlapi throws incorrect error message for authorizationConfig (#15830) (1f23313), closes #15039
  • eks: Allow desiredsize minsize and maxsize to accept CfnParameters. (#15487) (fb43769)
  • chatbot: ARN validation in fromSlackChannelConfigurationArn fails for tokenized values (#15849) (440ca35), closes #15842
  • cli: move fail option into the diff command (#15829) (473c1d8)
  • ec2: volumename doesn't set name of volume (#15832) (b842702), closes #15831
  • elbv2: unresolved listener priority throws error (#15804) (fce9ac7)
  • pipelines: Prepare stage doesn't have AUTO_EXPAND capability (#15819) (a6fac49), closes #15711
  • s3: notifications are broken in some regions (#15884) (ee19196)
  • stepfunctions-tasks: Stage field not included in CallApiGatewayHttpApiEndpoint task definition (#15755) (4f38fe1), closes #14242

Miscellaneous Chores

  • assertions: migrate more modules to use assertions (#15857) (45b484c)

... (truncated)

Changelog

Sourced from kms's changelog.

1.117.0 (2021-08-05)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • assertions: Template.fromTemplate() is now renamed to Template.fromJSON() to provide clarity.
  • assertions: TemplateAssertions is now renamed to Template.

Features

  • aws-cloudfront: add enabled to web distribution (#15433) (7ad9348)
  • aws-ec2: Add SubnetFilter for Id and CIDR netmask (#15373) (407b02d), closes #15228
  • aws-kinesisfirehose: support for S3 destination encryption on DeliveryStream (#15558) (3888773), closes #15555
  • cfnspec: cloudformation spec v39.8.0 (#15885) (60e6b41)
  • cloudfront: Origin Shield support (#15453) (08ebbae), closes #12872
  • cloudfront: use TLS_V1_2_2021 SecurityPolicy as default version (under feature flag) (#15477) (7b64abf)
  • ec2: Add Transcribe interface endpoint (#15465) (929d6ae)
  • eks: support Kubernetes 1.21 (#15774) (83dd318), closes #15758
  • kinesisfirehose: add metrics functions to IDeliveryStream (#15618) (33909ed), closes #15543
  • kinesisfirehose: add support for backing up source records to S3 (#15725) (b86062f), closes #15724
  • kinesisfirehose: add support for BufferingHints (#15557) (099b584), closes #15554
  • kinesisfirehose: add support for Lambda data processors (#15704) (6244a81), closes #15703
  • kinesisfirehose: add support for server-side encryption on DeliveryStream (#15547) (74f3cda), closes #15546
  • kinesisfirehose: supports Kinesis data stream source for delivery stream (#15836) (afd5bf7), closes #15500 #10783
  • kinesisfirehose-destinations: add support for compression on S3 delivery stream destinations (#15550) (1eb56a0), closes #15548
  • kinesisfirehose-destinations: add support for prefixes in the S3 destination (#15552) (d227e48), closes #15551
  • lambda: cloudwatch lambda insights (#15439) (9efd800)
  • Route53: add support for RemovalPolicy in CrossAccountZoneDelegationRecord (#15782) (9eea4b8), closes #15211
  • s3-deployment: control object access (#15730) (f58cf3c)
  • servicecatalog: add CloudFormation Parameter constraint (#15770) (58fda91)
  • stepfunctions-tasks: add sns publish with message attributes (#14817) (bc99e82), closes #4702

Bug Fixes

  • assert: module is incompatible with jest@27 (#15666) (f446566)
  • appsync: graphqlapi throws incorrect error message for authorizationConfig (#15830) (1f23313), closes #15039
  • eks: Allow desiredsize minsize and maxsize to accept CfnParameters. (#15487) (fb43769)
  • chatbot: ARN validation in fromSlackChannelConfigurationArn fails for tokenized values (#15849) (440ca35), closes #15842
  • cli: move fail option into the diff command (#15829) (473c1d8)
  • ec2: volumename doesn't set name of volume (#15832) (b842702), closes #15831
  • elbv2: unresolved listener priority throws error (#15804) (fce9ac7)
  • pipelines: Prepare stage doesn't have AUTO_EXPAND capability (#15819) (a6fac49), closes #15711
  • s3: notifications are broken in some regions (#15884) (ee19196)
  • stepfunctions-tasks: Stage field not included in CallApiGatewayHttpApiEndpoint task definition (#15755) (4f38fe1), closes #14242

Miscellaneous Chores

... (truncated)

Commits
  • 0047c98 Merge pull request #15900 from aws/bump/1.117.0
  • 275e6b6 Update CHANGELOG.md
  • de07ba2 Update CHANGELOG.md
  • 00b916a Update CHANGELOG.md
  • 90d5e03 Update CHANGELOG.md
  • a3b4911 chore(release): 1.117.0
  • de97179 chore(docs): update doc strings in DestinationS3BackupProps (#15896)
  • afd5bf7 feat(kinesisfirehose): supports Kinesis data stream source for delivery strea...
  • 6bd1ff8 chore(assert): set only lower bound of the jest dependency (#15887)
  • 60e6b41 feat(cfnspec): cloudformation spec v39.8.0 (#15885)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `cdk.version` from 1.102.0 to 1.117.0.

Updates `core` from 1.102.0 to 1.117.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/master/CHANGELOG.md)
- [Commits](aws/aws-cdk@v1.102.0...v1.117.0)

Updates `kms` from 1.102.0 to 1.117.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/master/CHANGELOG.md)
- [Commits](aws/aws-cdk@v1.102.0...v1.117.0)

---
updated-dependencies:
- dependency-name: software.amazon.awscdk:core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: software.amazon.awscdk:kms
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 5, 2021
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Aug 11, 2021

Superseded by #180.

@dependabot dependabot Bot closed this Aug 11, 2021
@dependabot dependabot Bot deleted the dependabot/maven/cdk.version-1.117.0 branch August 11, 2021 18:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants